This section provides you the steps to upgrade Kony MobileFabric Integration Service manually from 6.x to 6.5.x (Tomcat).
The following table displays the prerequisites for upgrading Kony MobileFabric Integration Service.
Refer to http://community.kony.com/downloads/manual to download the following artifacts:
Artifacts | Type | Purpose |
---|---|---|
Resepective Database Upgrade Scripts | Database scripts | To setup the required schema |
|
WAR and EAR files | To be deployed to Application Server |
|
TAR files | |
|
JAR files |
To backup files, follow these steps:
Stop JMS and Tomcat middleware server.
Note: Run the scripts in the given order. Replace the name of the konyadmin and konyreports schema name to your respective schemas.
log4j.appender.DEVICE.File=${middleware.home}\..\logs\middleware\device-payload.log log4j.appender.DATASOURCE.File=${middleware.home}\..\logs\middleware\datasource-payload.log
metrics.logging=false
Note: This property was introduced in 6.0.3.x.GA version of middleware. This property is used to enables the metrics. Request and Session data is captured in the database if this property is set to true.
Note: If we set metrics.logging property to false, call the kony.license.disableMetricReporting() API in app init to disable “Maximum Offline Sessions Exceeded” alert.
Retain the properties of metrics-log4j.properties in middlware-bootconfig\admin folder, and serverconsole.properties in middleware-bootconfig folder from the previous versions.
Extract and copy the JARs from libraries-MIDDLEWARE-GA-<version>.tar to <install-location>\install\lib\middleware.
If you are using thin client application, add the thin client jars to <install-location>\install\lib\tc , (create the folder tc under lib if it does not exist).
Verify the upgrade process by logging into the console and look for Server Version and Health Check. Use version.html
for verification.
To verify the upgrade process, follow these steps:
Start JMS server by clicking startjboss.bat from <install-location>\jboss62_jms\bin.
Start tomcat middleware server by clicking startup.bat from <install-location>\tomcat\instance\bin.
To verify the middleware version, navigate to the URL http://ipaddress:port\middleware\version.html and look for server version.
Navigate to Settings and click Health Check and look for Report DB, Admin DB and Reporting.
Navigate to Settings and click Configuration and verify the version.
Copyright © 2013 Kony, Inc. All rights reserved. |